Release 10.1A: OpenEdge Development:
Progress Dynamics Managers API Reference
generateSBODataLogicObject
This procedure generates the Data Logic Procedure (DLP) for the SBO and its client proxy, compiles the files, and registers the DLP in the Repository.
Location: ry\app\rydesmngrp.i Parameters:INPUT pcDatabaseName AS CHARACTERThe database name. This parameter is not used.
INPUT pcTableList AS CHARACTERA comma-delimited list of supported tables.
INPUT pcDumpName AS CHARACTERThis parameter is not used.
INPUT pcDataObjectName AS CHARACTERThe name of the SBO object .
INPUT pcProductModule AS CHARACTERThe product module of DLP.
INPUT pcResultCode AS CHARACTERThe result code. If blank, uses the default result code.
INPUT pcLogicProcedureName AS CHARACTERThe name of the new logic procedure to be created.
INPUT pcLogicObjectType AS CHARACTERThe logic type of the new procedure, such as
DLCProc.INPUT pcLogicProcedureTemplate AS CHARACTERThe template file on which to base DLP.
INPUT pcDataLogicRelativePath AS CHARACTERThe relative path of the object to be saved.
INPUT pcRootFolder AS CHARACTERThe root directory, for example, "
C:\workarea".INPUT pcIncludeFileList AS CHARACTERA comma-delimited list of include files of the SBO including relative path. This must match the list in
pcTableList.INPUT plCreateMissingFolder AS LOGICALIf
Notes: None Examples: See the main block inYES, create a new directory if the relative directory specified does not exist.ry\app\rydesgsdlp.p.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |